The following tables list the members exposed by ChartAnimation<T>.
Public Properties
| Name | Description |
 | AnimationMode | Gets or sets whether the plot points animate one at a time, series by series, or all at once. The whole animation is still completed within the duration. |
 | AxisAnimation | Gets or sets a value indicating whether animation is applied to the axis. |
 | Components | Gets the child components. (Inherited from C1.Web.Mvc.Component) |
 | Duration | Gets or sets the length of entire animation in milliseconds. |
 | Easing | Gets or sets the easing function applied to the animation. |
 | Id | Gets or sets the component id. (Inherited from C1.Web.Mvc.Component) |
Top
Public Methods
Extension Methods
| Name | Description |
 | ToTemplate | Render the html string in template mode. |
Top
See Also